show
( animator#show in module ng
)
Reveals the element by setting the CSS property display
to block
and then starts the show animation directly after.
animator#show(element);
element – {jQuery/jqLite element} –
the element that will be rendered visible or hidden